home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7540 < prev    next >
Encoding:
Text File  |  1996-08-05  |  721 b   |  21 lines

  1. Newsgroups: comp.lang.c,comp.lang.c++,comp.lang.pascal
  2. Path: noc.tor.hookup.net!ve3ied!gts!westonia!feline!torfree!bz120
  3. From: bz120@torfree.net (Norry Dermouche)
  4. Subject: n-ary tree
  5. Message-ID: <DMzn0p.1Gn.0.bloor@torfree.net>
  6. Organization: Toronto Free-Net
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. Date: Sun, 18 Feb 1996 20:17:12 GMT
  9.  
  10. Hi all,
  11.  
  12. Is there any C/C++ library which contains the code for n-ary trees. 
  13. Although they are a very important data structure, no book I read seem to 
  14. give them the place they deserve. They can be transformed into binary 
  15. trees but sometimes it's not feasible when nodes' position is important.
  16. So, I need to know if anybody has tried their implementation.
  17.  
  18. Thanks in anticipation.
  19. -- 
  20.  
  21.